# 0 - Great War Carrier Air Group
model = {
	cost 				= 2
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 10
	airdetectioncapability		= 3
	subdetectioncapability		= 2
	airdefence			= 3
	seaattack			= 2
	subattack			= 0
	airattack			= 3
	shorebombardment		= 5
	distance			= 1.0
	supplyconsumption 		= 0.4
	fuelconsumption			= 1
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 1 - Early Carrier Air Group
model = {
	cost 				= 2.5
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 11
	airdetectioncapability		= 4
	subdetectioncapability		= 3
	airdefence			= 5
	seaattack			= 4
	subattack			= 0
	airattack			= 6
	shorebombardment		= 7
	distance			= 1.2
	supplyconsumption 		= 0.4
	fuelconsumption			= 1
	upgrade_time_factor = 0.5
	upgrade_cost_factor = 1.0
}
# 2 - Basic Carrier Air Group
model = {
	cost 				= 3
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 12
	airdetectioncapability		= 5
	subdetectioncapability		= 4
	airdefence			= 6
	seaattack			= 5
	subattack			= 0
	airattack			= 7
	shorebombardment		= 10
	distance			= 1.4
	supplyconsumption 		= 0.5
	fuelconsumption			= 1
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 3 - Improved Carrier Air Group
model = {
	cost 				= 3.5
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 13
	airdetectioncapability		= 6
	subdetectioncapability		= 6
	airdefence			= 6 # was 7
	seaattack			= 6
	subattack			= 0
	airattack			= 7 # was 8
	shorebombardment		= 11 # was 12
	distance			= 1.6
	supplyconsumption 		= 0.5
	fuelconsumption			= 1
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 4 - Advanced Carrier Air Group
model = {
	cost 				= 4
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 14
	airdetectioncapability		= 7
	subdetectioncapability		= 7
	airdefence			= 8 # was 9
	seaattack			= 8
	subattack			= 1
	airattack			= 8 # was 9
	shorebombardment		= 13 # was 14
	distance			= 1.8
	supplyconsumption 		= 0.6
	fuelconsumption			= 1
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 5 - Heavy Advanced Carrier Air Group
model = {
	cost 				= 4.5
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 15
	airdetectioncapability		= 7
	subdetectioncapability		= 7
	airdefence			= 11 # was 12
	seaattack			= 10
	subattack			= 3
	airattack			= 11 # was 12
	shorebombardment		= 15 # was 16
	distance			= 2.0
	supplyconsumption 		= 0.6
	fuelconsumption			= 1
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 6 - Super Heavy Advanced Carrier Air Group
model = {
	cost 				= 5
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 16
	airdetectioncapability		= 7
	subdetectioncapability		= 7
	airdefence			= 12 # was 13
	seaattack			= 11
	subattack			= 3
	airattack			= 14 # was 15
	shorebombardment		= 17 # was 18
	distance			= 2.2
	supplyconsumption 		= 0.7
	fuelconsumption			= 1
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 7 - Semi-Modern Carrier Air Group
model = {
	cost 				= 5.5
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 17
	airdetectioncapability		= 8
	subdetectioncapability		= 8
	airdefence			= 14 # was 16
	seaattack			= 12
	subattack			= 5
	airattack			= 15 # was 16
	shorebombardment		= 17 # was 19
	distance			= 2.4
	supplyconsumption 		= 0.7
	fuelconsumption			= 1
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}
# 8 - Turbojet Carrier Air Group
model = {
	cost 				= 6
	buildtime			= 190
	manpower 			= 0.2
	surfacedetectioncapability	= 20
	airdetectioncapability		= 10
	subdetectioncapability		= 10
	airdefence			= 17 # was 19
	seaattack			= 15
	subattack			= 8
	airattack			= 19 # was 20
	shorebombardment		= 21 # was 23
	distance			= 2.5
	supplyconsumption 		= 1
	fuelconsumption			= 1.5
	upgrade_time_factor 		= 0.5
	upgrade_cost_factor 		= 1.0
}

########################################

